• opDollar questions D Programming Language Discussion

    Updated: 2012-10-30 13:59:25
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D opDollar questions D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help 6 hours ago opDollar questions monarch_dodra Reply 1. I saw a pull request that claimed to fix opDollar go through recently . Does this mean we can now use it correctly In both r[0. . and r[$ . forms 2. Would it be OK if I asked for a little implementation tutorial on opDollar , and how to correctly write one when dimensions can get involved I'm

  • DMD on Haiku D Programming Language Discussion

    Updated: 2012-10-30 05:53:55
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D DMD on Haiku D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help 7 hours ago DMD on Haiku Isak Andersson Reply Hello D-folks I was just wondering if it would be possible to make DMD build out of the box for Haiku haiku-os.org with the source from the official DMD repo . Haiku is pretty darn POSIX compliant so the actual porting isn't much of a problem . DMD has ran on Haiku before a while ago and shouldn't have any

  • Imports with versions D Programming Language Discussion

    Updated: 2012-10-30 05:53:54
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D Imports with versions D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help 4 hours ago Imports with versions bearophile Reply There are some updated on the Java-like language Ceylon : http : ceylon-lang.org blog 2012 10 29 ceylon-m4-analytical-engine One of the features of Ceylon that seems interesting are the module imports : http : ceylon-lang.org documentation 1.0 reference structure module descriptor An example : doc

  • Make was Re SCons and gdc D Programming Language Discussion

    Updated: 2012-10-30 05:53:54
    : Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D Make was Re : SCons and gdc D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help 4 hours ago Re : Make was Re : SCons and gdc H . S . Teoh Posted in reply to Rob T Reply On Tue , Oct 30, 2012 at 12:19:46AM 0100, Rob T wrote : Scons is far too rigid with the assumptions it makes , and IMO some of the assumptions are plain wrong . For example , building to a location out of the source tree has the obvious advantage that

  • isDroppable range trait for slicing to end D Programming Language Discussion

    Updated: 2012-10-29 21:45:02
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D isDroppable range trait for slicing to end D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help 7 hours ago isDroppable range trait for slicing to end monarch_dodra Reply More often than not , we want to slice a range all the way to the end , and we have to use the clumsy r[0 r.length syntax . What's worst is that when a range is infinite , there is no real way to slice to the end unless you just repeatedly popFront .

  • digitalmars.D index page 1161 D Programming Language Discussion

    Updated: 2012-10-29 21:45:02
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D page 1161 D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help digitalmars.D Thread Thread Starter Last Post Replies Test by Jan Knepper April 26, 2004 by Jan Knepper 0 First Prev Next Last 1157 1158 1159 1160 1161 Top Discussion index D home Copyright 1999-2012 by Digital Mars All Rights Reserved

  • The D wiki engine must be replaced D Programming Language Discussion

    Updated: 2012-10-28 15:27:28
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D The D wiki engine must be replaced D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help 2 hours ago The D wiki engine must be replaced Thomas Koch Reply Hi , I wanted to edit something in the D wiki[1 had a problem and learned more about the used wiki engine ProWiki . 1 http : www.prowiki.org wiki4d The last ProWiki release was in 2006 This was also the first open source release Prowiki was apparently developed only by

  • To avoid some linking errors D Programming Language Discussion

    Updated: 2012-10-28 15:27:28
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D To avoid some linking errors D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help 1 hour ago To avoid some linking errors bearophile Reply This code compiles with no errors , and then later the linker gives a Symbol Undefined abstract class A public void foo( class B A void main( In this bug report I have asked for the compiler to give an error : http : d.puremagic.com issues show_bug.cgi id=5129 But Walter has answered

  • 48 hour game jam D Programming Language Discussion

    Updated: 2012-10-15 18:12:30
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D 48 hour game jam D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help 3 hours ago Re : 48 hour game jam Martin Drasar Reply On 15.10.2012 13:52, Manu wrote : We did a 48hr game jam at work this past weekend . We decided to do our entry in D , to further prove that D was a viable and productive solution for real-world game dev . Here's our entry , for those interested . It has only been built tested in Windows using

  • New Approach to Web Programming Bartosz Milewski's Programming Cafe

    Updated: 2012-10-06 01:59:32
    Home About Bartosz Milewski's Programming Cafe Concurrency , Multicore , C++ , Haskell October 4, 2012 New Approach to Web Programming Posted by Bartosz Milewski under Functional Programming Haskell Programming Tutorial web Yesod 1 Comment A web programmer must be fluent in at least four languages : HTML , CSS , JavaScript , and a fourth language for writing server code . There’s nothing wrong with having specialized domain-specific languages the problem is , they don’t fit together nicely . This is why a web developer has to learn the fifth language the language of the application he or she uses to put together a web site . There are many such applications and each comes with a large set of rules and conventions . These applications are as flexible as their designers made them . They make

  • Yesod Bartosz Milewski's Programming Cafe

    Updated: 2012-10-06 01:59:31
    Home About Bartosz Milewski's Programming Cafe Concurrency , Multicore , C++ , Haskell Yesod Archived Posts from this Category October 4, 2012 New Approach to Web Programming Posted by Bartosz Milewski under Functional Programming Haskell Programming Tutorial web Yesod 1 Comment A web programmer must be fluent in at least four languages : HTML , CSS , JavaScript , and a fourth language for writing server code . There’s nothing wrong with having specialized domain-specific languages the problem is , they don’t fit together nicely . This is why a web developer has to learn the fifth language the language of the application he or she uses to put together a web site . There are many such applications and each comes with a large set of rules and conventions . These applications are as flexible

  • New Approach to Web Programming Bartosz Milewski's Programming Cafe

    Updated: 2012-10-06 01:59:31
    Home About Bartosz Milewski's Programming Cafe Concurrency , Multicore , C++ , Haskell October 4, 2012 New Approach to Web Programming Posted by Bartosz Milewski under Functional Programming Haskell Programming Tutorial web Yesod 1 Comment A web programmer must be fluent in at least four languages : HTML , CSS , JavaScript , and a fourth language for writing server code . There’s nothing wrong with having specialized domain-specific languages the problem is , they don’t fit together nicely . This is why a web developer has to learn the fifth language the language of the application he or she uses to put together a web site . There are many such applications and each comes with a large set of rules and conventions . These applications are as flexible as their designers made them . They make

  • Log in D Programming Language Discussion

    Updated: 2012-09-16 23:22:23
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta Log in D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links Register Log in Help Log in : Username : Password Register to keep your preferences and read post history on the . server Top Discussion index D home Copyright 1999-2012 by Digital Mars All Rights Reserved

  • digitalmars.D index page 3 D Programming Language Discussion

    Updated: 2012-09-16 23:22:21
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D page 3 D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help digitalmars.D Thread Thread Starter Last Post Replies Eliminate redundancy of dup idup by kenji hara 6 days ago by Daniel Murphy 21 Dlist and SList splice operations by monarch_dodra 6 days ago by monarch_dodra 0 OT Keeping algorithm and optimisations separated by renoX 6 days ago by Guillaume Chatelet 2 Keyword arguments Named parameters library implementation

  • digitalmars.D index page 2 D Programming Language Discussion

    Updated: 2012-09-16 23:22:21
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D page 2 D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help digitalmars.D Thread Thread Starter Last Post Replies LDC by Russel Winder 2 days ago by Andrei Alexandrescu 21 DMD in distribute of linux by Habibutsu 2 days ago by Alex Rønne Petersen 5 BIg semantic issues with SList DList by monarch_dodra 3 days ago by monarch_dodra 2 Whether it is possible to produce PURELY statically linked program in D just like C++ by

  • digitalmars.D index page 4 D Programming Language Discussion

    Updated: 2012-09-16 23:22:20
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D page 4 D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help digitalmars.D Thread Thread Starter Last Post Replies Shouldn't c_long and c_ulong be library typedefs by Andrej Mitrovic September 06 by Andrej Mitrovic 2 Shouldn't c_long and c_ulong be library typedefs by Andrej Mitrovic September 06 by Mehrdad 4 Trouble creating a formatted assert wrapper by Peter Alexander September 05 by Chris Nicholson-Sauls 18 scope for

  • digitalmars.D index page 5 D Programming Language Discussion

    Updated: 2012-09-16 23:22:19
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D page 5 D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help digitalmars.D Thread Thread Starter Last Post Replies best practices tutorial needed for function signature , class vs struct , etc by timotheecour September 02 by deed 5 I won't be for the pull requests review today by Andrei Alexandrescu September 02 by SomeDude 1 std.boxer by Alex Rønne Petersen September 02 by Andrei Alexandrescu 1 version(assert by Peter

  • digitalmars.D index D Programming Language Discussion

    Updated: 2012-09-16 23:22:18
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help digitalmars.D Thread Thread Starter Last Post Replies totally satisfied D by Jøn 22 minutes ago by Jøn 0 array.sort What algorithm is being used here by Daniel Harper 1 hour ago by jerro 1 Win32 Remotely execute functions of a D program by alex 2 hours ago by alex 10 SpanMode uses incorrect terminology breadth by Ben Davis 3 hours ago by Ben Davis 0 References in D by

  • Index D Programming Language Discussion

    Updated: 2012-09-05 22:45:32
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta Forum Index D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links Log in Help D Programming Language Forum Last Post Threads Posts digitalmars.D General discussion of the D programming . language Trouble creating a formatted by Chris Nicholson-Sauls 2 hours ago 17,102 174,315 digitalmars.D.announce Announcements for anything D related GC vs . Manual Memory by Nathan M . Swan 1 hour ago 2,289 24,452 digitalmars.D.bugs Bug reports for D compiler and library Issue 8622 Allow labeled by

  • Overview D Programming Language

    Updated: 2012-09-05 22:45:32
    Entire D Site Library Reference Newsgroup Archives D Programming Language D Home Overview Example : wc Warnings Rationale for Builtins Converting C to D Converting C++ to D The C Preprocessor vs D Features Downloads Tools Change Log Bug Tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference How-tos Articles Community Forums GitHub Wiki Review Queue Twitter Links Translate this page : Improve this page Quickly fork , edit online , and submit a pull request for this page . Requires a signed-in GitHub account . This works well for small changes . If you'd like to make larger changes you may want to consider using local clone . Page wiki View or edit the community-maintained wiki page associated with this

  • Home D Programming Language

    Updated: 2012-09-05 22:45:32
    Entire D Site Library Reference Newsgroup Archives D Programming Language D Home Overview Features Downloads Tools Change Log Bug Tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference How-tos Articles Community Forums GitHub Wiki Review Queue Twitter Links Translate this page : Improve this page Quickly fork , edit online , and submit a pull request for this page . Requires a signed-in GitHub account . This works well for small changes . If you'd like to make larger changes you may want to consider using local clone . Page wiki View or edit the community-maintained wiki page associated with this page . The D programming language . Modern convenience . Modeling power . Native . efficiency your code here

  • Downloads D Programming Language

    Updated: 2012-09-05 22:45:31
    Entire D Site Library Reference Newsgroup Archives D Programming Language D Home Overview Features Downloads Tools Linux notes Windows notes Mac OSX notes FreeBSD notes GDC D Compiler Linker Profiler Code Coverage DMD Script Shell Windows Debugger C h to D d Editors More Tools Change Log Bug Tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference How-tos Articles Community Forums GitHub Wiki Review Queue Twitter Links Translate this page : Improve this page Quickly fork , edit online , and submit a pull request for this page . Requires a signed-in GitHub account . This works well for small changes . If you'd like to make larger changes you may want to consider using local clone . Page wiki View or edit the

  • Comparison D Programming Language

    Updated: 2012-09-05 22:45:31
    Entire D Site Library Reference Newsgroup Archives D Programming Language D Home Overview Features Features Downloads Tools Change Log Bug Tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference How-tos Articles Community Forums GitHub Wiki Review Queue Twitter Links Translate this page : Improve this page Quickly fork , edit online , and submit a pull request for this page . Requires a signed-in GitHub account . This works well for small changes . If you'd like to make larger changes you may want to consider using local clone . Page wiki View or edit the community-maintained wiki page associated with this page . Comparison To D , or not to D . William Nerdspeare This table is a quick and rough list of

  • Bug tracker for dmd D Programming Language

    Updated: 2012-09-05 22:45:28
    Entire D Site Library Reference Newsgroup Archives D Programming Language D Home Overview Features Downloads Tools Change Log Bug Tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference How-tos Articles Community Forums GitHub Wiki Review Queue Twitter Links Translate this page : Improve this page Quickly fork , edit online , and submit a pull request for this page . Requires a signed-in GitHub account . This works well for small changes . If you'd like to make larger changes you may want to consider using local clone . Page wiki View or edit the community-maintained wiki page associated with this page . Bug tracker for dmd Current bugs report new bug Regression Blocker Critical Major Normal , minor , or

  • D 2.0 FAQ D Programming Language

    Updated: 2012-09-05 22:45:27
    Entire D Site Library Reference Newsgroup Archives D Programming Language D Home Overview Features Downloads Tools Change Log Bug Tracker FAQ const(FAQ Rationale Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference How-tos Articles Community Forums GitHub Wiki Review Queue Twitter Links Translate this page : Improve this page Quickly fork , edit online , and submit a pull request for this page . Requires a signed-in GitHub account . This works well for small changes . If you'd like to make larger changes you may want to consider using local clone . Page wiki View or edit the community-maintained wiki page associated with this page . D 2.0 FAQ The same questions keep cropping up , so the obvious thing to do is

  • D Runtime Library

    Updated: 2012-09-05 22:45:27

  • Acknowledgements D Programming Language

    Updated: 2012-09-05 22:45:27
    Entire D Site Library Reference Newsgroup Archives D Programming Language D Home Overview Features Downloads Tools Change Log Bug Tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference How-tos Articles Community Forums GitHub Wiki Review Queue Twitter Links Translate this page : Improve this page Quickly fork , edit online , and submit a pull request for this page . Requires a signed-in GitHub account . This works well for small changes . If you'd like to make larger changes you may want to consider using local clone . Page wiki View or edit the community-maintained wiki page associated with this page . Acknowledgements The following incomplete list of people have contributed to the D language project

  • The D Programming Language Andrei Alexandrescu 9780321635365 Amazon.com Books

    Updated: 2012-09-05 22:45:26
    : : : : Amazon Your Amazon.com Today's Deals Gift Cards Help Shop by Department Search Books All Departments Amazon Instant Video Appliances Apps for Android Arts , Crafts Sewing Automotive Baby Beauty Books Cell Phones Accessories Clothing Accessories Collectibles Computers Electronics Gift Cards Store Grocery Gourmet Food Health Personal Care Home Kitchen Industrial Scientific Jewelry Kindle Store Magazine Subscriptions Movies TV MP3 Downloads Music Musical Instruments Office Products Patio , Lawn Garden Pet Supplies Shoes Software Sports Outdoors Tools Home Improvement Toys Games Video Games Watches Hello . Sign in Your Account Cart 0 Wish List Books Advanced Search Browse Subjects New Releases Best Sellers The New York Times® Best Sellers Children's Books Textbooks Sell Your Books

  • Sitemap D Programming Language

    Updated: 2012-09-05 22:45:26
    Entire D Site Library Reference Newsgroup Archives D Programming Language D Home Overview Features Downloads Tools Change Log Bug Tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference How-tos Articles Community Forums GitHub Wiki Review Queue Twitter Links Translate this page : Improve this page Quickly fork , edit online , and submit a pull request for this page . Requires a signed-in GitHub account . This works well for small changes . If you'd like to make larger changes you may want to consider using local clone . Page wiki View or edit the community-maintained wiki page associated with this page . Sitemap Acknowledgements Application Binary Interface Arrays ASCII Table Associative Arrays Attributes

  • Intro D Programming Language 1.0 Digital Mars

    Updated: 2012-09-05 22:45:26
    D Programming Language 1.0 Forum Wiki Search Downloads Home Last update Sun Jan 29 02:08:28 2012 D 1.0 Home Language Reference Library Reference Comparisons D2 Home Overview D for Win32 Win32 DLLs in D COM Programming C h to D Modules FAQ Style Guide Example : wc Future D Change Log Tech Tips Rationale Warnings Issues Bugs Articles Memory Management Exception Safety Templates Revisited Regular Expressions Lazy Evaluation Variadic Templates Tuples Mixins Tools DMD D Compiler Linux DMD D Compiler FreeBSD DMD D Compiler Mac OSX DMD D Compiler windows GDC D Compiler Linker Profiler Code Coverage DMD Script Shell Windows Debugger C h to D d Editors More Tools Forums All Forums digitalmars.D digitalmars.D.announce digitalmars.D.dwt digitalmars.D.learn digitalmars.D.bugs digitalmars.D.debugger

  • Ten Things You Should Know About Haskell Syntax Bartosz Milewski's Programming Cafe

    Updated: 2012-09-05 22:45:24
    Home About Bartosz Milewski's Programming Cafe Concurrency , Multicore , C++ , Haskell September 5, 2012 Ten Things You Should Know About Haskell Syntax Posted by Bartosz Milewski under Functional Programming Haskell Programming Tutorial Leave a Comment I have posted a new blog about Haskell that I think may be read and understood by any curious programmers . It’s about Haskell syntax , which seems very weird at first but actually makes a lot of . sense Follow BartoszMilewski Like : this Like Be the first to like . this Leave a Reply Cancel reply Enter your comment here . Fill in your details below or click an icon to log : in Email required Address never made public Name required Website You are commenting using your WordPress.com account . Log Out Change You are commenting using your

  • D iving Into the D Programming Language 1.1 Numbers and Expressions InformIT

    Updated: 2012-09-05 22:45:23
    Home Articles Programming Ruby D iving Into the D Programming Language By Andrei Alexandrescu Jul 29, 2009 Contents Contents 1.1 Numbers and Expressions 1.2 Statements 1.3 Function Basics 1.4 Arrays and Associative Arrays 1.5 Basic Data Structures 1.6 Interfaces and Classes 1.7 Values vs . References 1.8 Templates Print Share This Discuss Page 1 of 8 Next From the book D Programming Language , Rough Cuts , The Learn More Buy Andrei Alexandrescu dives into explaining the basics of the D programming . language You know what's coming first , so without further : ado import std.stdio void main( writeln( Hello , world Depending on other languages you know , you might have a feeling of déjà vu , a mild satisfaction that this little task doesn't already acquaint you with one third of the

  • Concurrency in the D Programming Language 13.1 Concurrentgate InformIT

    Updated: 2012-09-05 22:45:20
    Home Articles Programming C C++ Concurrency in the D Programming Language By Andrei Alexandrescu Jul 6, 2010 Contents Contents 13.1 Concurrentgate 13.2 A Brief History of Data Sharing 13.3 Look , Ma , No Default Sharing 13.4 Starting a Thread 13.5 Exchanging Messages between Threads 13.6 Pattern Matching with receive 13.7 File Copyingwith a Twist 13.8 Thread Termination 13.9 Out-of-Band Communication 13.10 Mailbox Crowding 13.11 The shared Type Qualifier 13.12 Operations with shared Data and Their Effects 13.13 Lock-Based Synchronization with synchronized classes 13.14 Field Typing in synchronized classes 13.15 Deadlocks and the synchronized Statement 13.16 Lock-Free Coding with shared classes 13.17 Summary Print Share This Discuss Page 1 of 17 Next This chapter is from the book The D

  • Tutorial Bartosz Milewski's Programming Cafe

    Updated: 2012-09-05 22:45:20
    Home About Bartosz Milewski's Programming Cafe Concurrency , Multicore , C++ , Haskell Tutorial Archived Posts from this Category September 5, 2012 Ten Things You Should Know About Haskell Syntax Posted by Bartosz Milewski under Functional Programming Haskell Programming Tutorial Leave a Comment I have posted a new blog about Haskell that I think may be read and understood by any curious programmers . It’s about Haskell syntax , which seems very weird at first but actually makes a lot of . sense Follow BartoszMilewski November 13, 2011 C++11 Concurrency Series : 9. Condition Variables Posted by Bartosz Milewski under C++ Concurrency Multithreading Programming Tutorial 3 Comments The latest tutorial is out . I talk in some depth about condition variables and then show how to use them in

  • Ten Things You Should Know About Haskell Syntax Bartosz Milewski's Programming Cafe

    Updated: 2012-09-05 22:45:19
    Home About Bartosz Milewski's Programming Cafe Concurrency , Multicore , C++ , Haskell September 5, 2012 Ten Things You Should Know About Haskell Syntax Posted by Bartosz Milewski under Functional Programming Haskell Programming Tutorial Leave a Comment I have posted a new blog about Haskell that I think may be read and understood by any curious programmers . It’s about Haskell syntax , which seems very weird at first but actually makes a lot of . sense Follow BartoszMilewski Like : this Like Be the first to like . this Leave a Reply Cancel reply Enter your comment here . Fill in your details below or click an icon to log : in Email required Address never made public Name required Website You are commenting using your WordPress.com account . Log Out Change You are commenting using your

  • 2012 September Bartosz Milewski's Programming Cafe

    Updated: 2012-09-05 22:45:17
    Home About Bartosz Milewski's Programming Cafe Concurrency , Multicore , C++ , Haskell September 2012 Monthly Archive September 5, 2012 Ten Things You Should Know About Haskell Syntax Posted by Bartosz Milewski under Functional Programming Haskell Programming Tutorial Leave a Comment I have posted a new blog about Haskell that I think may be read and understood by any curious programmers . It’s about Haskell syntax , which seems very weird at first but actually makes a lot of . sense Follow BartoszMilewski Search : for Subscribe RSS Posts Email Subscription Enter your email to receive new post . notifications Join 144 other followers Top Posts Ten Things You Should Know About Haskell Syntax Monads for the Curious Programmer , Part 1 Who ordered memory fences on an x86 Monads in C++ C++

  • Phobos Runtime Library D Programming Language Digital Mars

    Updated: 2012-09-05 22:45:16
    Entire D Site Library Reference Newsgroup Archives D Programming Language D Language Phobos Phobos prerelease Comparisons object std std.algorithm std.array std.ascii std.base64 std.bigint std.bitmanip std.compiler std.complex std.concurrency std.container std.contracts std.conv std.cpuid std.csv std.ctype std.date std.datetime std.demangle std.encoding std.exception std.file std.format std.functional std.getopt std.gregorian std.json std.math std.mathspecial std.md5 std.metastrings std.mmfile std.numeric std.outbuffer std.parallelism std.path std.process std.random std.range std.regex std.regexp std.signals std.socket std.socketstream std.stdint std.stdio std.cstream std.stream std.string std.system std.traits std.typecons std.typetuple std.uni std.uri std.utf std.uuid std.variant std.xml

  • D Runtime Library

    Updated: 2012-09-05 22:45:16

  • D Runtime Library

    Updated: 2012-09-05 22:45:16

  • D Runtime Library

    Updated: 2012-09-05 22:45:16

  • Wiki4D FrontPage

    Updated: 2012-09-05 22:45:15
    : Last update September 5, 2012 About The D Community How To . Best Practices Tutorials More Links Development Compilers Build Tools Debuggers Editors and IDE's Grammar Parsers Digital Mars tools Language Development Projects Libraries GUI Libraries Database Bindings Games Wiki4D Test Page Message Board Search Contributors Index Help FrontPage News TestPage MessageBoard Search Contributors Folders Index Help Preferences Edit Front Page The D Programming Language has been said to be what C++ wanted to be , which is a better C . D is developed with system level programming in mind , but brings to the table modern language design with a simple C-like syntax . For these reasons D makes for a good language choice for both performance code and application development . Why switch to D

  • Wiki4D ReviewQueue

    Updated: 2012-09-05 22:45:14
    : Last update August 20, 2012 About The D Community How To . Best Practices Tutorials More Links Development Compilers Build Tools Debuggers Editors and IDE's Grammar Parsers Digital Mars tools Language Development Projects Libraries GUI Libraries Database Bindings Games Wiki4D Test Page Message Board Search Contributors Index Help FrontPage News TestPage MessageBoard Search Contributors Folders Index Help Preferences Edit Review Queue This is the review queue of pending packages to get into the D Standard Library Phobos The review process is explained here Currently being reviewed std.hash now std.digest Johannes Pfau Code https : github.com jpf91 phobos tree newHash std digest https : github.com jpf91 phobos compare master . newHash Docs http : dl.dropbox.com u 24218791 d phobos

  • External Links D Programming Language Digital Mars

    Updated: 2012-09-05 22:45:13
    D Programming Language Forum Wiki Search Downloads Home Last update Sat May 12 11:13:13 2012 D 1.0 D 2.0 Overview D for Win32 Win32 DLLs in D COM Programming C h to D Modules FAQ Style Guide Example : wc Future D Change Log Tech Tips Rationale Warnings Issues Bugs Articles Hijacking Const Memory Management Exception Safety Templates Revisited Regular Expressions Lazy Evaluation Variadic Templates Tuples Mixins Tools DMD D Compiler Linux DMD D Compiler FreeBSD DMD D Compiler Mac OSX DMD D Compiler Windows GDC D Compiler Linker Profiler Code Coverage DMD Script Shell Windows Debugger C h to D d Editors More Tools Forums All Forums digitalmars.D digitalmars.D.announce digitalmars.D.dwt digitalmars.D.learn digitalmars.D.bugs digitalmars.D.debugger digitalmars.D.ide digitalmars.D.dtl D.gnu Old

  • Help D Programming Language Discussion

    Updated: 2012-09-05 22:45:11
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta Help D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links Log in Help View modes You can browse the discussions using one of several view modes : Basic A forum-like view with paged linear . threads Threaded Threaded group overview with single post display , similar to mailing list . archives Horizontal-split JavaScript-powered interface with a split view and keyboard shortcuts , similar to a mail or newsgroup . client Read post history The posts you've viewed are saved to a compressed

  • digitalmars.D index D Programming Language Discussion

    Updated: 2012-09-05 22:45:11
    Entire D Site Library Reference Newsgroup Archives D Programming Language Discussion beta digitalmars.D D Home Overview Features Downloads Tools Changelog Bug tracker FAQ Appendices Acknowledgments Sitemap D1 Home Documentation Book 3 1. Tutorial 13. Concurrency Language Reference Library Reference Howtos Articles Community Forums Github Wiki Review queue Twitter Links View mode : basic threaded horizontal-split Log in Help digitalmars.D Thread Thread Starter Last Post Replies Trouble creating a formatted assert wrapper by Peter Alexander 2 hours ago by Chris Nicholson-Sauls 18 10 new D-etractions A real world programmers view on D by Pragma Tix 2 hours ago by Adam D . Ruppe 82 scope for array parameters by Benjamin Thaut 3 hours ago by Chris Nicholson-Sauls 15 Building LDC from source by

Current Feed Items | Previous Months Items

Sep 2012 | Aug 2012 | Jul 2012 | Jun 2012 | May 2012 | Apr 2012